remote ip

This block is part of the http connection group and was last modified in core v10.4.28.

remote ip v10.4.28

Returns the currently connected user IP.

In pins 1
  • connection required
    httpconnection
Out pins 1
  • ip
    value

A typical wiring for remote ip: the ip out pin feeds increment.

Studio canvas example for the remote ip block: typical wiring for remote ip.

Commonly used with

In production blueprints, this block is most often wired together with:

  • increment: this block feeds into it. Increments the number stored at key by one. If the key does not exist, it is set to 0 before performing the operation.
  • set cache ttl: this block feeds into it. set the time to live in seconds.
  • create: feeds into this block. Creates a new function that can be executed using the given name.
  • execute: this block feeds into it. Executes the given funcion and waits for it to be executed.
  • fields: this block feeds into it.

Version history

Introduced in v10.4.28.


Back to http connection Return to the main group to view all sub-groups Back to http Return to the group to view all blocks within this group